書きました。
スキーマはunpkg.com/@nju33/json-schema/schemas/codesandbox/sandbox.config.jsonに置いてあります。(設定時は先に先の URL を使う必要があるので注意です)
VSCode の設定
コマンドパレットへ>Preferences: Open Settings (JSON)
と入力し設定ファイルを開きます。そして中でjson.schemas
へ以下のような設定をします。
{
"json.schemas": [
{
"fileMatch": ["sandbox.config.json"],
"url": "https://unpkg.com/@nju33/json-schema/schemas/codesandbox/sandbox.config.json"
},
]
}
設定はこれだけです。
プロジェクトにあるsandbox.config.json
ファイルに対してチェックが走るようになるはずです。